dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataReader Class / GetOracleValues Method / GetOracleValues(Object[]) Method
An array of objects to hold the dotConnect for Oracle wrapped types as the column values.

GetOracleValues(Object[]) Method
Gets all the column values as the dotConnect for Oracle wrapped types.
Syntax
'Declaration
 
Public Overloads Function GetOracleValues( _
   ByVal values() As Object _
) As Integer
 

Parameters

values
An array of objects to hold the dotConnect for Oracle wrapped types as the column values.

Return Value

The number of column values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also